-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add github token to publish workflow #129
Conversation
Codecov Report
@@ Coverage Diff @@
## main #129 +/- ##
=======================================
Coverage 63.38% 63.38%
=======================================
Files 11 11
Lines 396 396
Branches 117 117
=======================================
Hits 251 251
Misses 145 145 Continue to review full report at Codecov.
|
🎉 This PR is included in version 1.3.0-ci-test.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.3.0-unstable.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* fix: change publish workflow if statement (#90) (#91) * feat: add autoFit option to drawPoints (#94) * feat: add autoFit option to drawPoints * chore: update drawPoints unit tests * chore: remove unused variable * chore: add amplify-map.css file with various css configurations (#98) * chore: add amplify-map.css file with various css configurations * Update src/public/amplify-map.css Co-authored-by: Amplifiyer <51211245+Amplifiyer@users.noreply.github.com> Co-authored-by: Amplifiyer <51211245+Amplifiyer@users.noreply.github.com> * prep v1.2.2 release (#96) * fix: update circleci workflow to use main branch (#104) * chore: prep v1.2.3 (#103) * feat: Add stubs for auto suggest api (#106) * feat: Add stubs for auto suggest api * chore: update amplify geo version to include suggestions * chore: update unit tests, fix suggestions response when undefined response * feat: add flag for turning autocomplete off (#110) * fix: update autocomplete logic (#111) * chore: update amplify geocoder API docs (#113) * chore: prep v1.2.4 (#112) * chore: update node publish workflow version (#115) * fix: temporarily disable autocomplete by default (#116) * chore: prep v1.3.1 (#117) * fix: remove regular dependency on maplibre-gl-geocoder (#119) * fix: fix search/getSuggestions when passing in both proximity and bbox (#122) * fix: update sourceId to be the sourceName passed into drawPoints (#123) * fix: update sourceId to be the sourceName passed into drawPoints * fix unit tests * feat: allow for customizing markers with drawPoints (#124) * chore: add codecov (#126) * chore: Switch release process to use semantic-release (#127) * chore: Switch release process to use semantic-release * update node versions to use 16 * trying different v16 node * update more node versions * chore: added commitlint and husky * chore: remove unnecessary github env var * fix: add github token to publish workflow (#129) * Change to use NODE_AUTH_TOKEN (#131) * chore(ci): try switching to node_auth_token * chore: remove npm_token * chore: remove ci-test stuff Co-authored-by: Amplifiyer <51211245+Amplifiyer@users.noreply.github.com> Co-authored-by: Tré Ammatuna <16496746+TreTuna@users.noreply.github.com>
🎉 This PR is included in version 1.3.0-geo.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes